home *** CD-ROM | disk | FTP | other *** search
/ Postcard CD: Toronto / Postcard CD: Toronto (2004).iso / mac / Mov.dxr / Internal_1.ls < prev    next >
Encoding:
Text File  |  2002-01-10  |  308 b   |  15 lines

  1. global pastCue, PauseSS
  2.  
  3. on exitFrame me
  4.   checkPause()
  5.   if pastCue = 31 then
  6.     go(the frame + 1)
  7.   end if
  8.   if sound(1).isPastCuePoint(pastCue) then
  9.     pastCue = pastCue + 1
  10.     sprite(1).memberNum = sprite(1).memberNum + 1
  11.     sprite(2).memberNum = sprite(2).memberNum + 1
  12.   end if
  13.   go(the frame)
  14. end
  15.